Welcome![Sign In][Sign Up]
Location:
Search - bmp 256

Search list

[Fractal programfractalcompress

Description: 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal image compression is against True Color (24-bit color) BMP images and can handle simple fractal image compression process. Fractal Image Compression with a fixed block and quadtree method EZW coding method is problematic. Image processing part of the picture size no, fractal image compression part of the picture size requirements, should be the size of the two-power (such as size should be 128 * 128 * 256 * 512, etc.), or else on the menu to see the image compression Lane submenu is the gray, ineffective.
Platform: | Size: 210968 | Author: ltt | Hits:

[GUI DevelopstartPicture

Description: 系统启动时显示真彩色启动封面,通过引入不同得资源,可以显示不同得画面。缺点是只能显示256色得BMP图象-activated show true color cover start by introducing different resources can be shown in different picture. We only drawback is 256 color images in BMP
Platform: | Size: 110128 | Author: skyissilver | Hits:

[Special Effectscpp_image_process

Description: 对256色bmp图像进行处理的程序.包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-to 256 colors bmp image processing procedures. Including point computation, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, and the edge profile, image analysis, image reduction, image coding etc.
Platform: | Size: 319506 | Author: asly | Hits:

[Graph RecognizeSHOWBMP.C

Description: 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctrl+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过   实例程序能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计-640 * 480256 color. BMP file display program can browse, also showed four images on the screen can also open a window on the show. BMP images and can be used above and below the arrow keys, and Page / Prompt, Ctrl Left, Right keys Ctrl View the whole image in S3, ATI VGA cards such as debugging procedures examples of an arbitrary document encryption, password request user input limit within eight (of course you can change). procedures have a good fault-tolerant design
Platform: | Size: 8536 | Author: 飞机 | Hits:

[Graph Recognize200561555616250020000

Description: 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》打开--》CDipView的OnFileOpen 函数--》 调用CDipDoc的FileOpen 函数--》并使用myDoc->UpdateAllViews(NULL) 刷新 自动调用CDipView的OnPaint函数--》调用CDipView的OnDraw函数----一个像素点一个像素点的画 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。-LPR system needs to the attention of the local : VC 6.0 do use development tools, SDI simple frame structure, handling a bitmap (interested can make MDI) 1) bitmap data is the information from the right and the left for his , and his party up his platoon. 2) pixels per line should be in multiples of four, the inadequacies of the points are filled with empty, Reading, the point to skip redundant. 3) key data exists inside Doc. BMP key data on the existence of a ImgData BYTE directly to the type of memory space (according to the Bitmap a small, dynamic allocation). 4) Data Reading come after, pay attention to the memory mapping, in order to ensure high efficiency. 5) implementation of procedures for application generation process -- "Open --" the OnFileOpe CDipView n Functions -- &
Platform: | Size: 233235 | Author: yanglin | Hits:

[GDI-BitmapSubtraction

Description: 以下是差影法的源程序。要注意的是,第一幅图的文件名为c:\\test.bmp,第二幅图的文件名是c:\\backgnd.bmp。它们有着相同的灰度值和调色板。执行时,这两个文件已经准备好。 我们针对的虽然是二值图,但为了处理的方便,用的是256级灰度图,不过只用到了0和255两种灰度级。-Subtraction law of the source. To be noted is, a document of the plan called c : \\ test.bmp, second graph in the paper were c : \\ backgnd.bmp. They share the same values and gray palette. When implemented, these two documents have been prepared. Our target is worth two plans, but in order to facilitate the use of 256 grayscale. But only uses two 0 and 255 gray levels.
Platform: | Size: 1835 | Author: 王夏 | Hits:

[Otherbmptoarray

Description: 通过输入BMP位图名称,将256色BMP位图转换成16制数组.需要手动复制数组数据-through input from Bitmap name, will 256-color bitmap BMP converted into 16 array system. the need for manual data replication array
Platform: | Size: 1262 | Author: 刘军 | Hits:

[GDI-Bitmapimagecodingexample

Description: 处理图像lena.bmp,并画出各图像的灰度层次的分布图,并对256位和16位信源数据进行霍夫曼编码-lena.bmp image processing and paint images of the gray level of distribution map as well as 256-bit and 16-bit data source coding Hoffman
Platform: | Size: 73757 | Author: 姚艳红 | Hits:

[Special EffectsBatch24To256

Description: 批处理: 将24位真彩色图片(Bmp格式)转化成256色灰度图-batch : 24 color photos (PDF format) into a 256-color grayscale
Platform: | Size: 103085 | Author: 死鱼 | Hits:

[EditBoxlspicedt

Description: 一款运行时图片编辑控件,支持显示图片;将icon转换为位图(支持16色、256色或更高色);保存选定的图像为.bmp文件,或拷贝到剪贴板;为经常使用的位图/图标建立书签,方便使用;-one run photo editing controls, the display picture; Icon will be converted to bitmap (support 16 colors, 256 colors or higher color); the preservation of the selected images. bmp file, or copy to the clipboard; regular use of bitmap / icon establish bookmarks, ease of use;
Platform: | Size: 371426 | Author: 刘雨 | Hits:

[Special EffectsED256View

Description: 有特点的边缘检测算法,outputtype:colour or monochrome.suport 256 bits bmp-a characteristic edge detection algorithm, outputtype : color or 256 bits bmp monochrome.suport
Platform: | Size: 250729 | Author: hb | Hits:

[Linux-Unixbitmap2sd256

Description: 将256色bmp图片转换为yuv格式输出,编译器为g-to 256 color pictures bmp format conversion to yuv output of gcc compiler
Platform: | Size: 36616 | Author: y | Hits:

[Other resourceZHG_bmp_demo

Description: 1.本程序包是ZHG本人用C/C++所做,可供他人学习、研究参考。传播时请务必保持整个程序包的完整,并注明作者信息、出处等,以尊重作者知识产权。 2.运行相应程序后,输入相应的16色256色或24位真彩色bmp图片名称,即可查看该图片。 3.图片名应完整,如应当输入tupian.bmp。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com-1. This package is ZHG I use C / C made available for others to study and reference materials. Be sure to spread when the entire package to maintain the integrity of the information and indicate the author, source, etc., in order to respect the author intellectual property. 2. Operation corresponding procedures, the importation of the corresponding 16-color 256 24 color or true color picture bmp name, View the pictures can be. 3. Photo integrity to be formed, such as the importation of tupian.bmp should. ---- Author : zhg 2006.12 E-mail : wudazhg@163.com
Platform: | Size: 390062 | Author: zhg | Hits:

[Special EffectsSoft20060210094120327

Description: 对256色bmp图像进行处理的程序:包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容 -pair of 256-color bmp image processing procedures include : Point Operators, geometric transformation, orthogonal transformation Image Enhancement, morphological transformation, and the edge profile, image analysis, image reduction, image coding, etc.
Platform: | Size: 293962 | Author: gggg | Hits:

[Compress-Decompress algrithmsDecompress

Description: 这是用提升小波变换与嵌入零树编码实现的256色灰度BMP图像压缩与解压缩的程序。-wavelet transform and upgrade embedded zerotree coding to achieve the 256-color grayscale BMP image compression and decompression procedures.
Platform: | Size: 107448 | Author: 小曾 | Hits:

[Special Effects256change

Description: 256色转灰度图 将BMP的256色图像转换成灰度图像 内有测试图片 -color to the gray level 256 of the 256-color BMP images into gray-scale images are testing Photo
Platform: | Size: 185389 | Author: su | Hits:

[Special EffectsConvert256toGray

Description: 关于BMP图像的256色转灰度图的算法,对BMP图像的了解很有帮助-BMP images on the 256 colors to the gray level of the algorithm, BMP images of a better understanding of
Platform: | Size: 130434 | Author: zhoujie | Hits:

[Other resourcehfmshang

Description: 一个熵变换的程序,代码经VC6++.0下调试下可用,支持bmp格式256位-an entropy transform procedures, code under .0 by VC6 available under debugging support bmp format 256
Platform: | Size: 86216 | Author: talent | Hits:

[Special Effectsyuandaima1

Description: 在vc环境下对一副256色bmp图像进行取指数的操作-vc environment in a pair of 256-color bmp images from the index operation
Platform: | Size: 39227 | Author: 张力 | Hits:

[Other resourceSoft20060210094429327

Description: 对256色bmp图像进行处理的程序 包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-pair of 256-color bmp image processing procedures including point operations, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, and the edge profile, image analysis, image reduction, image coding, etc.
Platform: | Size: 5842 | Author: jiangzhikun | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »

CodeBus www.codebus.net